Default cache size and memory increased
- Reference: PBI 340503
- Compliance Impacts: This enhancement is not a compliance or regulatory issue.
- Documentation: No document impact.
Summary
When deploying a new library, timeout errors occurred when initially requesting document assembly after the content is first loaded and or the cache is cleared.
We have increased the default memory cache sizes, resulting in improved document assembly and reduced error occurrence. The following modifications were made:
- The ContentCompiledObject and Image caches were changed from 250 to 1000.
- The <java.option value="-Xmx2048m" /> was changed to <java.option value="-Xmx4096m" />.
Technical Notes
None
Implementation Notes
No user action is required.